Data Available
Blocks
Represents the collection of transactions in a single block within the Aptos
blockchain.
Transactions
Includes all user and system transactions processed by the Aptos network.
User Transactions
Specifically tracks transactions initiated by users, including smart
contract interactions.
Events
Captures events emitted by smart contracts, logging significant actions and
changes.
Move Resources
Details Move resources, representing structured data owned by accounts on
the Aptos blockchain.
Move Modules
Contains metadata and code for Move modules, defining the functionality of
smart contracts.
Move Table Items
Tracks items stored in Move’s table data structures, used for efficient data
access within smart contracts.
Signatures
Signatures are associated with transactions, which are essential for
security and authentication.